[ai] AIOS-5522 推理模板一键导入 — SDK/ApiHelper 占位#3901
[ai] AIOS-5522 推理模板一键导入 — SDK/ApiHelper 占位#3901zstack-robot-1 wants to merge 4 commits intofeature-5.5.22-aiosfrom
Conversation
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: http://open.zstack.ai:20001/code-reviews/zstack-cloud.yaml (via .coderabbit.yaml) Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (4)
📒 Files selected for processing (1)
Walkthrough向 ModelServiceVO 表新增可空列 模型服务模板支持
sequenceDiagram
participant Test
participant ApiHelper
participant Action
participant ApiPathTracker
Test->>ApiHelper: 调用 DSL 方法(closure)
ApiHelper->>Action: new SpecificAction() / 设置 sessionId
ApiHelper->>Action: 将 closure 作为 delegate 并执行
Action->>Action: call()
alt apipath 启用
ApiHelper->>ApiPathTracker: 记录 apiId / path 信息
ApiPathTracker->>Test: 更新 Test.apiPaths
end
ApiHelper-->>Test: 返回 errorOut(a.call()) 结果
🎯 3 (Moderate) | ⏱️ ~20 minutes
Important Pre-merge checks failedPlease resolve all errors before merging. Addressing warnings is optional. ❌ Failed checks (1 error)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
DBImpact Change-Id: I68707570767978766a64737265706f737a65736e
10fe681 to
3ba5085
Compare
Keep the zstack SDK surface aligned with the premium API change by exposing the explicit CDN template sync action and the query-style inventories field. The legacy templates accessor is preserved so existing callers continue to work while APIQuery responses move to inventories. Resolves: ZSTAC-84025 Change-Id: Idbed10f55118f3d4f8f49b305f8c08ce8095d865
77384ab to
c6328cd
Compare
Resolves: ZSTAC-84025 Change-Id: I7a7a766c61707667676f64636177636d7a717466 Signed-off-by: AlanJager <ye.zou@zstack.io>
Resolves: ZSTAC-84025 Change-Id: I6c6772706775716f6a696c7364796374686d706d Signed-off-by: AlanJager <ye.zou@zstack.io>
98fa429 to
0cfb8a8
Compare
说明
与 premium!13787 配对的占位 PR。
本 PR 目前无实质代码变更,待 premium 侧合并后在 Docker 环境执行以下步骤补齐:
生成的 SDK + ApiHelper + API 文档模板将在后续 commit 补入本分支。
关联 premium PR:http://dev.zstack.io:9080/zstackio/premium/-/merge_requests/13787
sync from gitlab !9785